home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / AME / Rexx / setoldfind.ame < prev    next >
Encoding:
Text File  |  1994-02-01  |  232 b   |  9 lines

  1. /* $VER: Setoldfind 37.1 (21.2.93) */ 
  2. /* Switch find and incremental find keys for people who prefer 
  3. /* normal find to incremental find. */
  4.  
  5. bindkey "find ^S"
  6. bindkey "findprev ^R"
  7. bindkey "ifindnext ^XS"
  8. bindkey "ifindprev ^X-R"
  9.